From 32b3386d2315c42d0d41c5236a34675018dc95a6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 1 Mar 2021 01:36:34 -0500 Subject: [PATCH] eventcontrollerlegacy: Convert docs --- gtk/gtkeventcontrollerlegacy.c | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/gtk/gtkeventcontrollerlegacy.c b/gtk/gtkeventcontrollerlegacy.c index 406e6a6ff2..63f7c385ea 100644 --- a/gtk/gtkeventcontrollerlegacy.c +++ b/gtk/gtkeventcontrollerlegacy.c @@ -18,16 +18,14 @@ */ /** - * SECTION:gtkeventcontrollerlegacy - * @Short_description: Event controller for miscellaneous events - * @Title: GtkEventControllerLegacy - * @See_also: #GtkEventController + * GtkEventControllerLegacy: * - * #GtkEventControllerLegacy is an event controller that gives you - * direct access to the event stream. It should only be used as a - * last resort if none of the other event controllers or gestures - * do the job. - **/ + * `GtkEventControllerLegacy` is an event controller that provides raw + * access to the event stream. + * + * It should only be used as a last resort if none of the other event + * controllers or gestures do the job. + */ #include "config.h" @@ -79,13 +77,13 @@ gtk_event_controller_legacy_class_init (GtkEventControllerLegacyClass *klass) /** * GtkEventControllerLegacy::event: - * @controller: the object which received the signal. - * @event: the #GdkEvent which triggered this signal + * @controller: the object which received the signal + * @event: the `GdkEvent` which triggered this signal * * Emitted for each GDK event delivered to @controller. * * Returns: %TRUE to stop other handlers from being invoked for the event - * and the emission of this signal. %FALSE to propagate the event further. + * and the emission of this signal. %FALSE to propagate the event further. */ signals[EVENT] = g_signal_new (I_("event"), -- 2.30.2